PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package
/
PDFPath Class
/ addPolyBezierTo Method
An array of points that define the Bezier curves.
Collapse All
Expand All
In This Topic
addPolyBezierTo Method
In This Topic
Adds a series of connected Bezier curves to current sub-path.
Syntax
public
void
addPolyBezierTo(
PDFPoint
[]
points
)
Parameters
points
An array of points that define the Bezier curves.
Exceptions
Exception
Description
java.lang.IllegalArgumentException
when points parameter is null or its length is les than 3.
See Also
Reference
PDFPath Class
PDFPath Members